home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / ExitZoo.Dxr / 00033.ls < prev    next >
Encoding:
Text File  |  1997-11-21  |  145 b   |  11 lines

  1. on exitFrame
  2.   Talk("reward 3")
  3.   set temp to random(10)
  4.   if temp <= 5 then
  5.     set r to 1
  6.   else
  7.     set r to 2
  8.   end if
  9.   Talk("r1." & r)
  10. end
  11.